diff options
| author | Mavlushechka <mavlushechka@gmail.com> | 2021-12-08 23:27:16 +0500 | 
|---|---|---|
| committer | Mavlushechka <mavlushechka@gmail.com> | 2021-12-08 23:27:16 +0500 | 
| commit | 58b6915be9b57beeeb36876b02b6d301a0f118cb (patch) | |
| tree | e6d711348c9beb33f18ea0459a10ed2f201b71bb | |
| parent | 6d375a2106343e5a4dd453412d173491de293b38 (diff) | |
Update spring boot frameworks
| -rw-r--r--[-rwxr-xr-x] | build.gradle | 14 | 
1 files changed, 6 insertions, 8 deletions
| diff --git a/build.gradle b/build.gradle index de2cc91..bb19b4f 100755..100644 --- a/build.gradle +++ b/build.gradle @@ -12,14 +12,12 @@ repositories {  }  dependencies { -    implementation 'org.springframework.boot:spring-boot-starter-data-mongodb:2.5.6' -    implementation 'org.springframework.boot:spring-boot-starter-security:2.5.6' -    implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:2.5.6' -    implementation 'org.springframework.boot:spring-boot-starter-web:2.5.6' -    implementation 'org.springframework.boot:spring-boot-starter-tomcat:2.5.6' -    testImplementation('org.springframework.boot:spring-boot-starter-test:2.5.6') { -        exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' -    } +    implementation 'org.springframework.boot:spring-boot-starter-data-mongodb:2.6.1' +    implementation 'org.springframework.boot:spring-boot-starter-security:2.6.1' +    implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:2.6.1' +    implementation 'org.springframework.boot:spring-boot-starter-web:2.6.1' +    implementation 'org.springframework.boot:spring-boot-starter-tomcat:2.6.1' +    testImplementation('org.springframework.boot:spring-boot-starter-test:2.6.1')      testImplementation 'org.springframework.security:spring-security-test:5.5.2'  } |